home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / vizmk20.zip / VIZMARK.NEW < prev   
Text File  |  1990-05-15  |  2KB  |  31 lines

  1.  
  2.                        What is new in version 1.61
  3.                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. To minor bugs of versions 1.50-1.60, one producing a text shift in the first of
  5. a series of windows, and the other a spurious leading zero (and a decimal point
  6. position error) when dividend and divisor were the same, have been fixed.  Data
  7. message has been modified and compressed a bit.
  8.  
  9.  
  10.                        What is new in version 1.62
  11.                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. A bug making some screen writes unreadable when in graphics video mode has been
  13. fixed. A missing grid line in the first ANSI display has been added. The cursor
  14. positioning testing via ANSI sequences has been enhanced. In some DOS versions,
  15. DOS interrupt 29h, which mediates a call to the BIOS teletype service, does not
  16. restore the contents of the base register BX; version 1.62 avoids using BX when
  17. making calls to this interrupt.
  18.  
  19.  
  20.                        What is new in version 1.70
  21.                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  22. The code has been optimized using a software timer to select those instructions
  23. providing faster execution time in situ, so as to correct for the time required
  24. to fetch instructions from memory to speed up execution in 8086/8088 computers.
  25. The code has also been realigned so that nearly all program procedures start at
  26. memory addresses that are a multiple of 4, so as to speed up execution in 80286
  27. and, especially, 80386 computers. Elapsed DOS times now represently exclusively
  28. processing via interrupt 21h, function 40h, handle #1 (Standard Output device),
  29. which is the preferred DOS-mediated video output service for DOS 2.0 or higher.
  30. See VIZMARK.DOC for other details.
  31.